Fix memory leaks caused by the failure to free the result of
authorMatthias Clasen <maclas@gmx.de>
Sun, 21 Dec 2003 22:28:14 +0000 (22:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 21 Dec 2003 22:28:14 +0000 (22:28 +0000)
commit6a6455d7e3bb3e37762d93eae796db04b839500f
tree44c9b9134f76aff054da1f31b5062f3a44e7eee0
parentd2e744ca52d693ba99c9323cd23128300e0a67c1
Fix memory leaks caused by the failure to free the result of

Sun Dec 21 23:17:01 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkuimanager.c (update_node):
(update_smart_separators):
(_gtk_menu_is_empty):
(find_menu_position):
* gtk/gtktreeview.c (gtk_tree_view_search_dialog_destroy):
* gtk/gtkcombobox.c (gtk_combo_box_relayout_item):
(gtk_combo_box_relayout): Fix memory leaks caused by the
failure to free the result of gtk_container_get_children().
(#127576, Yao Zhang)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/gtktreeview.c
gtk/gtkuimanager.c